vcGetPropertyStatement

Get Property statement creates a runtime variable that acts as a proxy to a property. The proxy variable's value and the targeted property's value are tied together such that changing one means changing the other as well. The targeted property can be a static component's property or a static component's behavior's property.

See in: Overview

Module: vcProcessModel

Parent: vcStatement

Children -

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
PropertyVariableNameStringRWGets or sets the name of the proxy runtime variable to create.
SelectedBehaviorvcBehaviorRWGets or sets the behaviour that owns the target property.
See more
Must be owned by the SelectedComponent. None value means SelectedProperty is a component property of SelectedComponent. Must be set after SelectedComponent has been set.
SelectedComponentvcComponentRWGets or sets the static component that owns the target property. None value means parent component of the statement.
SelectedPropertyvcPropertyRWGets or sets the target property to get.
See more
Must be a property of either SelectedComponent or SelectedBehavior depending on the value of SelectedBehavior. Must be set after SelectedComponent and SelectedBehavior. Value type of the property must be Integer, Real, Vector, Matrix or String.